How to Install ecpg-xc software package in Ubuntu 14.04 LTS (Trusty Tahr)

How to Install ecpg-xc software package in Ubuntu 14.04 LTS (Trusty Tahr)

ecpg-xc software package provides Postgres-XC version of ECPG (Embedded PostgreSQL for C), you can install in your Ubuntu 14.04 LTS (Trusty Tahr) by running the commands given below on the terminal,

$ sudo apt-get update
$ sudo apt-get install ecpg-xc 

ecpg-xc is installed in your system.

Make ensure the ecpg-xc package were installed using the commands given below,

$ sudo dpkg-query -l | grep ecpg-xc *

You will get with ecpg-xc package name, version, architecture and description in a table

ecpg-xc package basic information:

Distro Ubuntu 14 04 lts trusty tahr
Section Library development
Package ecpg-xc
Version 1.1-2ubuntu2
Description Postgres-XC version of ECPG (Embedded PostgreSQL for C)
Sub Section libdevel


See Also, How to uninstall or remove ecpg-xc software package from Ubuntu 14.04 LTS (Trusty Tahr)?